dart read from terminal

181

import 'dart:io';

void main(){
  var input = stdin.readLineSync();
}

Comments

Submit
0 Comments